home *** CD-ROM | disk | FTP | other *** search
- Path: news-1.csn.net!carbon!ouray!gsmarlow
- From: gsmarlow@ouray.cudenver.edu (Scott Marlowe)
- Newsgroups: comp.sys.amiga.hardware
- Subject: Re: AmigaOS 2.1
- Date: 1 Apr 1996 23:38:34 GMT
- Organization: University of Colorado at Denver
- Message-ID: <4jppdq$qfn@carbon.cudenver.edu>
- References: <4jf0dp$lqs@news.imssys.com> <4jhav8$ndi@guava.epix.net>
- NNTP-Posting-Host: ouray.cudenver.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- Bill Near (wnear@epix.net) wrote:
- : On 28 Mar 1996 21:30:33 GMT, lance articulated:
- : <> I was wondering if there is any command that will copy from one drive
- : <> to another everything. Something similar to Xcopy on MSDOS?
- : <>
- : <> The reason is that one drive is bad and I want to copy the works onto
- : <> a new drive.
-
- : copy dh0: to dh1: all
-
-
- You should also add the keyword clone, so the date stamps and protection
- bits get copied verbatum. i.e.:
- Also, make a directory to put it in so you can keep your stuff straight,
- like so:
-
- makedir dh1:dh0
-
- copy dh0: to dh1:dh0/ all clone quiet
-
- will copy everything without the slow down of putting the names of each
- file on screen.
-
- 'luck
-
-